projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da918a7
)
Fix build failure on g_autoptr(gchar) with glib master
author
Alexander Larsson
<alexl@redhat.com>
Fri, 20 Mar 2015 14:36:56 +0000
(15:36 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 20 Mar 2015 14:36:56 +0000
(15:36 +0100)
This was removed in favour of g_autofree
src/ostree/ot-builtin-show.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-show.c
b/src/ostree/ot-builtin-show.c
index 4eb52f365aa5927d43b4ce0e0d794e5f24ab505d..d45bd67787e261f9b337d7044417bc64ff8e6de7 100644
(file)
--- a/
src/ostree/ot-builtin-show.c
+++ b/
src/ostree/ot-builtin-show.c
@@
-155,7
+155,7
@@
print_signature (OstreeGpgVerifyResult *result,
g_autoptr(GVariant) variant = NULL;
g_autoptr(GDateTime) date_time_utc = NULL;
g_autoptr(GDateTime) date_time_local = NULL;
- g_auto
ptr(gchar)
formatted_date_time = NULL;
+ g_auto
free char *
formatted_date_time = NULL;
gint64 timestamp;
gint64 exp_timestamp;
const char *fingerprint;